home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / MPEGDecoder.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  32 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="MPEGDecoder">
  4.   <description />
  5.   <filters>
  6.     <filter name="MPEGSource" category="MPEG Decoder (source) Plugins" helpfile="MPEGDecoder" type="clip">
  7.       <description>This plugin lets you load VOB/MPEG-2/MPEG-1 files to be loaded directly into AviSynth.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="filename" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  13.           <description>This can be a (multiple) vob file(s), d2v file or a mpg/m2p file.</description>
  14.           <items>
  15.             <item>%source_file%</item>
  16.           </items>
  17.         </parameter>
  18.         <parameter name="number of frames" type="clip" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  19.           <description>It can be used to force the decoder to return a certain number of frames. MPEGSource can not correctly create d2v files for MPEG-1 yet, so use this to input the correct number of frames. A value of -2 can also be written here. This means no d2v can be used and therefore only files can be inputed in the first parameter.</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="commands" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  23.           <description>ff: forces film, nod2v: similar to the -2 command in that you can only specify files and nod2v is used or created. But it allows you to specify a number of frames in the "number of frames" parameter.</description>
  24.           <items>
  25.             <item>"ff"</item>
  26.             <item>"nod2v"</item>
  27.           </items>
  28.         </parameter>
  29.       </parameters>
  30.     </filter>
  31.   </filters>
  32. </plugin>